home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-04 / calcjnc.zip / HISTORY.DOC < prev    next >
Text File  |  1992-05-17  |  4KB  |  121 lines

  1.                     HISTORY LOG 
  2.                     -----------
  3.  
  4. Last Update :May 17th, 1992
  5.  
  6.  
  7.  
  8. January 18th, 1992
  9. ------------------
  10. CALC_JNC ver 8.20
  11.  
  12.   1 - The program now has the capability to stuff the keyboard
  13.   buffer with the result of the calculation. The new command
  14.   is ALT-K.
  15.  
  16. January 20th, 1992
  17. ------------------
  18. CALC_JNC ver 8.21
  19.  
  20.   1 - A negative number was not sent to the keyboard buffer
  21.   properly. This problem cause the first character after the 
  22.   negative sign to be dropped. This problem has been corrected.
  23.  
  24. January 25th, 1992
  25. ------------------
  26. CALC_JNC ver 8.22
  27.  
  28.   1 - When the ALT-K command was used to send the result to 
  29.   the application and the applications cursor was located under
  30.   the calculator screen, the calculator screen would get 
  31.   destroyed. This problem has now been corrected by having
  32.   the calculator go to sleep when the ALT-K command is used.
  33.  
  34.   2 - The initial screen has been modified.
  35.  
  36.   3 - REGISTER.FRM file has now been updated
  37.  
  38. February 24th, 1992
  39. -------------------
  40. CALC_JNC ver 8.23 - 8.24
  41.  
  42.   1 - A command line option to use the float calculator as the 
  43.   initial calculator has been added. The command line argument
  44.   is /X.
  45.  
  46.   2 - A command line option to define the number of fixed decimal
  47.   places has been added. The command is /Pn, where n is the number
  48.   of fixed decimal places to use.
  49.  
  50.   3 - CALC_JNC will now work with text modes from 80 to 132 columns.
  51.       This function is automatic.
  52.         
  53.   4 - Added the ASP logo to the initial screen.
  54.  
  55.   5 - Added the ASP Ombudsman statement to the readme.1st file.
  56.  
  57.   6 - Removed CHEX44 as a bonus program.
  58.  
  59.  
  60.  
  61. April 4th, 1992
  62. ---------------
  63.   CALC_JNC ver 8.25
  64.  
  65.   1 - Added the ability for CALC_JNC to be removed from memory.
  66.       The command line parameter is /D.
  67.  
  68.       Returns one of the following results.
  69.  
  70.         a)  CALC_JNC SUCCESSFULLY REMOVED FROM MEMORY.
  71.             (The program has been removed from memory)
  72.  
  73.         b)  CALC_JNC CANNOT BE REMOVED FROM MEMORY.
  74.             (Another TSR was loaded after CALC_JNC, this
  75.             prevents CALC_JNC from restoring the interrupt
  76.             vector table)
  77.  
  78.         c)  CALC_JNC NOT FOUND IN MEMORY.
  79.             (The program was not found in memory)
  80.  
  81.  
  82. April 15th, 1992
  83. ---------------
  84.   CALC_JNC ver 9.00
  85.  
  86.   1 - Added the ability to move CALC_JNC anywhere on the screen.
  87.       The commands when CALC_JNC is activated are :
  88.  
  89.              a) ALT-1 -> move CALC_JNC up one line.
  90.              b) ALT-2 -> move CALC_JNC down one line.
  91.              c) ALT-3 -> move CALC_JNC to the left. 
  92.              d) ALT-4 -> move CALC_JNC to the right.
  93.  
  94.   2 - Enlarged the help screens to the full size of the screen.          
  95.  
  96.   3 - Added a shareware version of the users manual.
  97.  
  98.   4 - Added the ASP Ombudsman statement to the manual.doc and  
  99.       share.doc files.
  100.  
  101.       
  102. May 17th, 1992
  103. --------------
  104.   CALC_JNC ver 9.01
  105.  
  106.   1 - Corrected display bug when the initial screen was displayed.
  107.   If a key was pressed and the cursor was under the initial screen,
  108.   when the program would exit, the prompt was somewhere under the
  109.   screen. The cursor is now moved to the bottom of the screen.
  110.  
  111.   2 - Corrected a bug when the program is first entered using the
  112.   ALT-1 key. If the ALT key is released prior to the '1', the
  113.   program would still think the ALT key was pressed. 
  114.  
  115.   3 - The multiply key '*' on the numeric keypad now functions.
  116.   
  117. END OF UPDATES
  118. --------------
  119.  
  120.  
  121.